StrictlyPositiveIntOrNull
Deprecated
Use the strictlyPositiveIntOrNull function instead.
Replace with
import kotools.types.number.strictlyPositiveIntOrNull
Content copied to clipboard
strictlyPositiveIntOrNull(value)
Content copied to clipboard
Returns the value as a StrictlyPositiveInt, or returns null
if the value is negative.